home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / german_elite_sentry.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.0 KB  |  53 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/german_wehrmact_soldier
  5.     skelmodel heerprivate.skd
  6.  
  7.     surface wehrmact_pants shader Sentry_pants
  8.     surface wehrmact_tunic shader Sentry_tunic
  9.     surface wehrmact_tunic_c shader Sentry_tunic
  10.  
  11.     path models/human/heads            // Set new path for head model
  12.     skelmodel head8.skd            // Set head model
  13.     surface head shader hans
  14.  
  15.     path models/human/hands
  16.     skelmodel hand.skd
  17.     surface hand shader handsnew
  18.  
  19.     path models/gear/g_headgear
  20.  
  21.         skelmodel germanhelmet.skd
  22.         surface outside shader Sentry_helmet
  23.         surface inside shader german-helmet_inside
  24. }
  25.  
  26.  
  27. //
  28. // define what folder to get specific sound from for the player model
  29. //
  30. $define pulloutdir sound/weapons/pullout
  31.  
  32.  
  33. init
  34. {
  35.     client
  36.     {
  37.         // Cache sounds here
  38.     }
  39.     server
  40.     {
  41.         voicetype axis3 // set the voicetype to use for multiplayer instant messaging
  42.     }
  43. }
  44.  
  45.  
  46. //
  47. // include the base player model definition
  48. //
  49. $include models/player/base/include.txt
  50.  
  51. // need to indicate the end of the tiki file because we have a tiki command at the end
  52. //end
  53.